software Engineering

software engineering is really Engineering .

Inheritance Polymorphism Abstraction

Inheritance When one object acquires all the properties and behaviors of a parent object, it is known as inheritance. It provides code reusability. It is used to achieve runtime polymorphism. Polymorphism If one task is performed in different ways, it is known as polymorphism. For example: to convince the customer differently, to draw something, for […]

Continue reading »